|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a struct for returning scheduling info from the schedule() method. More...
#include <FrameLib_DSP.h>
Public Member Functions | |
| SchedulerInfo () | |
| SchedulerInfo (FrameLib_TimeFormat timeAdvance, bool newFrame, bool outputDone) | |
Public Attributes | |
| FrameLib_TimeFormat | mTimeAdvance |
| bool | mNewFrame |
| bool | mOutputDone |
a struct for returning scheduling info from the schedule() method.
|
inline |
|
inline |
| bool FrameLib_DSP::SchedulerInfo::mNewFrame |
| bool FrameLib_DSP::SchedulerInfo::mOutputDone |
| FrameLib_TimeFormat FrameLib_DSP::SchedulerInfo::mTimeAdvance |